Skip to content

[ADD, TWEAK] Protolathes and Space Forge - #11

Closed
BL02DL wants to merge 4 commits into
Lost-Paradise-Project:masterfrom
BL02DL:protolathe-forge
Closed

[ADD, TWEAK] Protolathes and Space Forge#11
BL02DL wants to merge 4 commits into
Lost-Paradise-Project:masterfrom
BL02DL:protolathe-forge

Conversation

@BL02DL

@BL02DL BL02DL commented Jan 20, 2026

Copy link
Copy Markdown

Описание PR

Изменение спрайтов техфабов, изменение их перевода на протолаты, добавление сервисного протолата, а также космической кузни. Космическая кузница: аппарат создающий скафандры разных типов которые теперь изучаются в РнД, она разделяется на два типа: Гражданская и Командная где каждая имеет разный набор скафандров, первую можно только изучить и после сделать, вторая имеется со старта смены на мостике и также плата дополнительная будет в капитана, однако вторая плата является Хай риск целью.

Почему / Баланс

Изменения основывающиеся на Space Station 13, где у каждого отдела были протолаты, а не техфабы, за исключением мед отдела и службы безопасности. Также космическая кузница была добавлена для того, чтобы в игре можно было создавать скафандры.

Технические детали

Плата кузницы командого типа находящаяся у капитана ровно та же что и при разборе кузницы со старта смены.

ToDo

  • Космическая кузница
  • Проверить рецепты сервисного протолата

Медиа

Требования

Критические изменения

Список изменений

🆑 BL02DL

  • add: Добавлен сервисный протолат!
  • add: Добавлена космическая кузница и её изучение в РнД!
  • add: Добавлены технологии изучения скафандров в РнД!
  • tweak: Изменены спрайты инженерного, научного и карго техфабов на протолаты!
  • tweak: Изменены переводы инженерного, научного и карго техфабов на протолаты!

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @BL02DL, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

Этот PR обновляет визуальное представление протолазеров в игре, вводя новые, специализированные спрайты для машин различных отделов (инженерного, грузового, научного) и добавляя совершенно новый сервисный протолазер. Изменения также включают обновление анимации, отображаемой во время работы этих устройств, что способствует более наглядному игровому процессу.

Highlights

  • Обновление спрайтов протолазеров: Существующие протолазеры для инженерного, грузового и научного отделов теперь используют новые, уникальные спрайты, расположенные в директории _LP/Structures/Machines/. Также добавлено свойство snapCardinals: true для этих спрайтов, и старые слои спрайтов были закомментированы.
  • Изменение состояния работы: Состояние runningState для всех модифицированных протолазеров изменено с icon на building, что, вероятно, указывает на новую анимацию во время работы.
  • Добавление нового протолазера: Введен новый протолазер LPPServiceProtolathe (сервисный техфаб) с собственным набором спрайтов и обширным списком статических и динамических пакетов для производства предметов.
  • Новые метаданные спрайтов: Добавлены новые файлы meta.json для различных спрайтов протолазеров (SpaceForge, cargo_protolathe, engi_protolathe, rnd_protolathe, serv_protolathe), определяющие их состояния, задержки анимации и информацию об авторских правах.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@github-actions

github-actions Bot commented Jan 20, 2026

Copy link
Copy Markdown
Contributor

RSI Diff Bot; head commit 9e324ad merging into efad73c
This PR makes changes to 1 or more RSIs. Here is a summary of all changes:

Resources/Textures/_LP/Structures/Machines/SpaceForge.rsi

State Old New Status
building Added
icon Added
inserting Added
panel Added
unlit Added

Resources/Textures/_LP/Structures/Machines/cargo_protolathe.rsi

State Old New Status
building Added
icon Added
inserting Added
panel Added
unlit-building Added
unlit Added

Resources/Textures/_LP/Structures/Machines/engi_protolathe.rsi

State Old New Status
building Added
icon Added
inserting Added
panel Added
unlit-building Added
unlit Added

Resources/Textures/_LP/Structures/Machines/rnd_protolathe.rsi

State Old New Status
building Added
icon Added
inserting Added
panel Added
unlit-building Added
unlit Added

Resources/Textures/_LP/Structures/Machines/serv_protolathe.rsi

State Old New Status
building Added
icon Added
inserting Added
panel Added
unlit-building Added
unlit Added

Edit: diff updated after 9e324ad

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

Этот PR обновляет спрайты и анимации для различных протолазерных станков, а также добавляет новый сервисный протолазер. В целом, изменения выглядят хорошо, но есть несколько моментов, которые требуют внимания. Я оставил комментарии по поводу временных правок в коде, несоответствий в именовании новой сущности и некоторых других мелких улучшений. Пожалуйста, ознакомьтесь с ними.

Comment on lines +4 to +5
name: engineering techfab
description: Prints equipment and circuitboards for use by engineering department.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Название (name) и описание (description) этого прототипа, похоже, скопированы из EngineeringTechFab. Однако id (LPPServiceProtolathe) и спрайт (serv_protolathe.rsi) указывают на то, что это сервисный протолазер. Для ясности и консистентности стоит обновить name и description, чтобы они соответствовали назначению объекта.

  name: service protolathe
  description: Prints equipment and circuitboards for use by the service department.

Comment on lines +28 to +31
# LP Edit Start
sprite: _LP/Structures/Machines/engi_protolathe.rsi
snapCardinals: true
# LP Edit End

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

В этом файле в нескольких местах остались временные комментарии, такие как # LP Edit Start/End и # LP Edit (здесь, а также на строках 47, 103-106, 122, 173-176, 192). Их следует удалить для чистоты кода.

    sprite: _LP/Structures/Machines/engi_protolathe.rsi
    snapCardinals: true

- state: icon
map: ["enum.LatheVisualLayers.IsRunning"]
- state: engi
# - state: engi LP Edit

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Закомментированные слои, такие как engi на этой строке (а также cargo на строке 110 и sci на строке 180), следует удалить, если они больше не нужны. Оставление закомментированного кода без объяснений затрудняет поддержку.

- type: Lathe
idleState: icon
runningState: icon
runningState: building # LP Edit

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Временный комментарий # LP Edit следует удалить. Подобные комментарии также присутствуют на строках 122 и 192.

    runningState: building

- UpgradeKits
# CorvaxGoob Packs
- WorkBeltsSharedDynamic # WorkBelts-Techfab
- WokrBeltsEngDynamic # WorkBelts-Techfab

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Здесь опечатка в названии пакета: WokrBeltsEngDynamic. Вероятно, должно быть WorkBeltsEngDynamic.

    - WorkBeltsEngDynamic # WorkBelts-Techfab

tags:
- Sheet
- RawMaterial
- Ingot No newline at end of file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Файл заканчивается без перевода строки. Рекомендуется добавлять пустую строку в конец файла для соответствия стандартам и лучшей совместимости с инструментами разработки.

@BL02DL BL02DL changed the title Protolathes [ADD, TWEAK] Protolathes and Space Forge Jan 24, 2026
@BL02DL BL02DL closed this Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants